Installing
- Install AccountHub
- Copy
settings.template.php
tosettings.php
- Import
database.sql
into your database server - Edit
settings.php
and fill in your DB info - Set the URL of the install
- Run
composer install
(orcomposer.phar install
) to install dependency libraries - From a web browser, visit
http://apps/url
(or whatever your setup is). If you did everything right, you should see a login screen.